In balance-windows add mising t to fix Bug#16351.
authormartin rudalics <rudalics@gmx.at>
Sun, 5 Jan 2014 16:29:44 +0000 (17:29 +0100)
committermartin rudalics <rudalics@gmx.at>
Sun, 5 Jan 2014 16:29:44 +0000 (17:29 +0100)
* window.el (balance-windows): Add mising t to fix Bug#16351.

lisp/ChangeLog
lisp/window.el

index 0f783f499dea8b278ef770e2e274f7e80047fa27..71f65212bcea4b640955c9908a1fb1b10329fe7b 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (balance-windows): Add mising t to fix Bug#16351.
+
 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/shr.el (shr-descend): Don't bug out if the anchor is empty
index 4c4afc1ad5765e1d4bbafe7781546f6fd7e680f2..6ecb55aa65984634c83ad6e149463fe4d93b50c7 100644 (file)
@@ -4608,7 +4608,7 @@ window."
     (window--resize-reset (window-frame window) t)
     (balance-windows-1 window t)
     (when (window--resize-apply-p frame t)
-      (window-resize-apply frame)
+      (window-resize-apply frame t)
       (window--pixel-to-total frame t)
       (run-window-configuration-change-hook frame))))